home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Evergreen / _install / install_show.sh < prev   
Linux/UNIX/POSIX Shell Script  |  1997-01-28  |  277b  |  12 lines

  1. #! /bin/sh
  2.  
  3.  
  4. # currently company dir is manually placed-should change
  5.  
  6. COMPANY_DIR=$PRODUCT_DIR/Evergreen
  7. export COMPANY_DIR
  8.  
  9. $OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Starting Slide Show" -Wx extra_large -Ww 46 -Wh 3 -Wp 400 400 $COMPANY_DIR/_install/install_show
  10.  
  11. exit 0
  12.